home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / arexx / ole1v10a.lha / OLE_System / help / OLE_locale next >
Encoding:
Text File  |  1994-12-16  |  994 b   |  42 lines

  1. All source catalogs must have the same name of the program
  2. with the extension ".ct". The compiler will produce files
  3. ending with ".catalog".
  4.  
  5. The compiler write over old catalogs and create the required
  6. directories automatically.
  7.  
  8.  
  9.  
  10. /*
  11.  * Description of catalogs' sources
  12. ***
  13.  
  14. ; this is a comment line
  15. ## language        start a new catalog for the "language"
  16. # ID            start of a new string
  17. ;
  18. ; DON'T USE TABS IN THESE LINES
  19. ; ID MUST BE A SYMBOL WITHOUT BLANKS
  20. ;
  21. This is a valid string if preceded from an ID line
  22. a valid string can be on multiple line, the compiler
  23. ;
  24. ; comments can be between lines of the same string
  25. ; all comment lines will be skipped obviously
  26. ;
  27. will add a newline character between two lines in the
  28. final string.
  29. #        this terminate the definition of a string
  30.  
  31.         empty lines also are skipped if out of a valid strig 
  32.  
  33. ##        end of the catalog
  34.  
  35. ; the compiler substitute all linefeeds with NL = '\'
  36. ; also the quote "'" is changed in "´" to prevent errors in the strings.
  37.  
  38. ***
  39.  */
  40.  
  41.  
  42.